I was trying out the new "Use runtime optimized JavaScript and CSS resources" feature.
I found it reduces my files on page load somewhat (not as much as desired, from I read may be the latest Ext Lib being used).
My problem is errors for some CSS files.
I beleive my problem comes from CSS files in my theme that are stored in another .NSF file. It appears that it tries to bundle those files as well and is unable to and it returns a 500 Error.
Is there a best practice for this? Is there a way to force some CSS files to not get bundled?
Thanks!